Initiate a routing guide workflow for the given shipment

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

Request Body schema: application/json
required
workflow
required
string <uuid>
Responses
204

Successfully carried out the operation. No content returned

default

Default error response

post/shipments/{shipmentId}/routing-guide/initiate/
Request samples
application/json
{
  • "workflow": "b64ad92b-f157-48fc-9389-00fc30e61bbf"
}
Response samples
application/json
{
  • "message": "string"
}
Copyright © Shipwell 2024. All right reserved.